home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 18 / develop 18 code / Preferences Files / CompileFlags.h < prev    next >
Encoding:
Text File  |  1994-03-22  |  866 b   |  37 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        CompileFlags.h
  3.  
  4.     Contains:    Compile flags.
  5.  
  6.                 Refer to develop Issue 18, "The Right Way to Implement 
  7.                 Preferences Files", for addtional details on this code.
  8.                 
  9.     Written by:    Gary Woodcock
  10.  
  11.     Copyright:    © 1993-94 by Apple Computer, Inc.
  12.  
  13.     Change History (most recent first):
  14.     
  15.                  2/10/94    Version 1.0.
  16.     
  17.     Notes:         Send bug reports to Gary Woodcock at AOL: gwoodcock
  18.                 or Internet: gwoodcock@aol.com.
  19. */
  20.  
  21. //-----------------------------------------------------------------------
  22.  
  23. #ifndef _COMPILEFLAGS_
  24. #define    _COMPILEFLAGS_
  25.  
  26. //-----------------------------------------------------------------------
  27. // Flags
  28.  
  29. //#define DEBUG_IT    // Uncomment this flag to enable debug code
  30.  
  31. //-----------------------------------------------------------------------
  32.  
  33. #endif _COMPILEFLAGS_
  34.  
  35. //-----------------------------------------------------------------------
  36.  
  37.